home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / arkaice.swf / scripts / DefineButton2_87 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2005-11-14  |  102 b   |  7 lines

  1. on(release, keyPress "<Enter>"){
  2.    score = 0;
  3.    balls = 4;
  4.    time = 60;
  5.    gotoAndStop(3);
  6. }
  7.